- least significant byte first
- Вычислительная техника: младшими байтами вперёд
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
least significant byte — noun The byte of a multibyte number with the least importance: that is, the byte stored last on a big endian system or first on a little endian system. Syn: LSB Ant: most significant byte … Wiktionary
Least significant bit — In computing, the least significant bit (lsb) is the bit position in a binary integer giving the units value, that is, determining whether the number is even or odd. The lsb is sometimes referred to as the right most bit, due to the convention in … Wikipedia
most significant byte — noun The byte of a multibyte number with the greatest importance: that is, the byte stored first on a big endian system or last on a little endian system. Ant: least significant byte … Wiktionary
Least number bits — Least Number of Bits (LNB) is a database storage technology, which was first published in February 2001, as a type of database management system internals abstract. It consists of a method and system for determining the absolute least number of… … Wikipedia
Endianness — Endian redirects here. For the Linux routing/firewall distribution, see Endian Firewall. In computing, the term endian or endianness refers to the ordering of individually addressable sub components within the representation of a larger data item … Wikipedia
BMP file format — Windows Bitmap Filename extension .bmp or .dib Internet media type image/x ms bmp (unofficial) or image/x bmp (unofficial) Type code BMP BMPf BMPp Uniform Type Identifier com.microsoft.bmp … Wikipedia
PEEK and POKE — For the album, see White Town. In computing, PEEK is a BASIC programming language extension used for reading the contents of a memory cell at a specified address.[1] The corresponding command to set the contents of a memory cell is POKE.[2]… … Wikipedia
ImageMagick — Тип графическая программа Разработчик … Википедия
Organizationally unique identifier — An Organizationally Unique Identifier (OUI) is a 24 bit number that is purchased from the Institute of Electrical and Electronics Engineers, Incorporated (IEEE) Registration Authority. This identifier uniquely identifies a vendor, manufacturer,… … Wikipedia
Computation of CRC — Computation of a cyclic redundancy check is derived from the mathematics of polynomial division, modulo two. In practice, it resembles long division of the binary message string, with a fixed number of zeroes appended, by the generator polynomial … Wikipedia
Binary-coded decimal — In computing and electronic systems, binary coded decimal (BCD) is a digital encoding method for numbers using decimal notation, with each decimal digit represented by its own binary sequence. In BCD, a numeral is usually represented by four bits … Wikipedia